@charset "UTF-8";
/*==========================================
変数 inc.scss
===========================================*/
/*==========================================
変数 fonts.scss
===========================================*/
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap");
@import url("https://fonts.cdnfonts.com/css/baskerville");
/*==========================================
 共通設定/
===========================================*/
.showroom {
  overflow-x: hidden;
}

.sr_mT {
  margin-top: clamp(100px, 15vw, 150px);
}

.wrapSr {
  max-width: 1630px;
  width: 90vw;
  margin: 0 auto;
}

.taC {
  text-align: center;
}

.sagamihara-cts {
  overflow-x: clip;
  background: #f8f7f4;
  padding: 0 0 clamp(100px, 15vw, 150px);
  color: #515151;
}
.sagamihara-cts .sec-ttl {
  font-size: clamp(2rem, 3vw, 3.2rem);
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.sagamihara-cts .sec-ttl::after {
  content: "";
  display: inline-block;
  width: clamp(50px, 10vw, 100px);
  height: 1px;
  background: #515151;
  margin-top: clamp(25px, 4vw, 40px);
}
.sagamihara-cts .sec-ttl .ttl-en {
  font-family: "Cormorant", serif;
  font-weight: 500;
  font-size: clamp(3.6rem, 9vw, 14rem);
  letter-spacing: 0.1em;
}

.wrapSr {
  max-width: 1630px;
  width: 90vw;
  margin: 0 auto;
}

.cts-txtR {
  font-weight: 500;
}
.cts-txtR p + p {
  margin-top: 1.5em;
}

.lead-txtBlock {
  font-size: clamp(1.6rem, 4vw, 1.6rem);
}

p {
  line-height: 1.8;
  font-size: clamp(1.6rem, 4vw, 1.6rem);
}
p:not(:last-child) {
  margin-bottom: 1.5em;
}

.tab_none {
  display: block;
}

@media (max-width: 1024px) {
  .tab_none {
    display: none;
  }
}
.wrap_min {
  max-width: 1140px;
  margin: auto;
}

.reflow_box,
.reflow_num {
  line-height: 1;
}

/*FV*/
.ageo-renewal {
  background-color: #fff;
  padding: 40px 16px 80px;
}
.ageo-renewal__inner {
  max-width: 1630px;
  margin: 0 auto;
}
.ageo-renewal__image {
  position: relative;
  z-index: 1;
}
.ageo-renewal__image img {
  width: 100%;
  display: block;
}
.ageo-renewal__overlay {
  margin-top: -80px;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 70%;
  margin: -350px auto 0;
}
.ageo-renewal__title-en {
  font-family: "Baskerville", sans-serif;
  font-size: clamp(5rem, 7vw, 17rem);
  color: #515151;
  line-height: 1;
  position: relative;
  top: 80px;
  z-index: 2;
}
.ageo-renewal__panel {
  background-color: #eee5dc;
  border-radius: 300px;
  padding: clamp(85px, 10vw, 50px) clamp(110px, 10vw, 50px);
}
.ageo-renewal__lead {
  margin-bottom: 20px;
  font-size: 2.2rem;
}

@media (max-width: 1024px) {
  .ageo-renewal__overlay {
    width: 95%;
    margin: -250px auto 0;
  }
}
@media (max-width: 767px) {
  .ageo-renewal__overlay {
    margin-top: -80px;
    width: 100%;
    margin: -80px auto 0;
  }
  .ageo-renewal__title-en {
    position: relative;
    top: 20px;
  }
  .ageo-renewal__panel {
    background-color: #eee5dc;
    border-radius: 30px;
    padding: 20px;
  }
  .ageo-renewal__lead {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}
.ageo-message-bg {
  width: 100%;
  background: #dfcfc2;
  padding: 80px 20px;
  border-radius: 200px 0 200px 0;
}

.ageo-message {
  background: #fff;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 60px 20px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 70px;
  border-radius: 250px 0 0 250px;
}

.ageo-message__photo {
  padding: 30px;
  background-color: #fff;
  border-radius: 50%;
  flex-basis: 30%;
}
.ageo-message__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.ageo-message__text {
  flex-basis: 61%;
}

.ageo-message__text p + p {
  margin-top: 14px;
}

.ageo-message__name {
  margin-top: 14px;
  color: #634532;
  letter-spacing: 0.1em;
}

@media (max-width: 1024px) {
  .ageo-message {
    max-width: 90%;
    margin: 0 auto;
    padding: 20px 40px 20px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 50px;
    border-radius: 250px 0 0 250px;
  }
}
@media (max-width: 767px) {
  .ageo-message-bg {
    padding: 50px 20px;
    border-radius: 30px 0 0 30px;
  }
  .ageo-message {
    max-width: 1200px;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    border-radius: 150px 150px 0 0;
  }
  .ageo-message__photo {
    background-color: #fff;
    border-radius: 50%;
    flex-basis: 50%;
    padding: 0;
  }
}
/*concept*/
.ageo-concept {
  position: relative;
  overflow: hidden;
  padding: 100px 40px 140px;
}
.ageo-concept__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.ageo-concept__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ageo-concept__inner {
  position: relative;
  z-index: 2;
  max-width: 1630px;
  margin: 0 auto;
}
.ageo-concept__ttlblock {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 90px;
}
.ageo-concept__title {
  font-family: "Baskerville", sans-serif;
  font-size: clamp(5rem, 7vw, 17rem);
  line-height: 1;
  color: #333;
  white-space: nowrap;
}
.ageo-concept__line {
  height: 2px;
  background-color: #333;
  flex: 1;
}
.ageo-concept__content {
  max-width: 900px;
  margin-left: auto;
}
.ageo-concept__subtitle {
  letter-spacing: 0.25em;
  margin-bottom: 24px;
  font-size: clamp(2.6rem, 7vw, 4rem);
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.ageo-concept__text p + p {
  margin-top: 20px;
}

@media (max-width: 1024px) {
  .ageo-concept__content {
    max-width: 800px;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .ageo-concept {
    padding: 50px 0;
    margin-top: 50px;
  }
  .ageo-concept__bg {
    height: 100%;
    min-height: 300px;
  }
  .ageo-concept__bg img {
    width: 100%;
    height: 100%;
    min-height: 300px;
    object-fit: cover;
    object-position: 39% 0;
  }
  .ageo-concept__inner {
    width: 90%;
  }
  .ageo-concept__ttlblock {
    gap: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .ageo-concept__title {
    margin: 0 auto;
  }
  .ageo-concept__subtitle {
    letter-spacing: 0.25em;
    margin-bottom: 24px;
    font-size: 2.4rem;
  }
  .ageo-concept__text p + p {
    margin-top: 20px;
  }
}
/*===============================
  Taste
===============================*/
.bg_b {
  background-color: #f9f9f7;
  padding: clamp(50px, 5vw, 150px) 0 0;
}

.ageo-taste {
  width: 100%;
  padding: 0;
}
.ageo-taste__inner {
  max-width: 1630px;
  width: 100%;
  margin: 0 auto;
}
.ageo-taste__upper {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 5;
}
.ageo-taste__imagewrap {
  width: 50%;
}
.ageo-taste__imagewrap img {
  width: 100%;
  height: auto;
  border-radius: 180px 0 0 0;
  display: block;
}
.ageo-taste__head {
  padding-left: clamp(50px, 5vw, 100px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ageo-taste__head .ageo-taste__title-en {
  font-size: clamp(12rem, 4vw, 48px);
  margin-bottom: 10px;
  font-family: "Baskerville", sans-serif;
  color: #515151;
}
.ageo-taste__head .ageo-taste__title-ja {
  font-size: clamp(2.6rem, 7vw, 4rem);
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #515151;
  letter-spacing: 0.2em;
}
.ageo-taste__txt_wrap {
  width: 70%;
  background: #ab9b86;
  border-radius: 0 0 0 250px;
  display: flex;
  justify-content: center;
  padding: 80px 0 80px 150px;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 1;
  transform: translateY(-250px);
}
.ageo-taste__txt_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 2000px;
  height: 100%;
  background: #ab9b86;
  z-index: -1;
}
.ageo-taste__text {
  max-width: 70%;
  margin: 0 0 0 auto;
  color: #fff;
}
.ageo-taste__text h3 {
  font-size: 24px;
  margin-bottom: 40px;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.ageo-taste__text p {
  line-height: 1.8;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .ageo-taste {
    margin-bottom: -100px;
  }
  .ageo-taste .ageo-taste__head .ageo-taste__title-en {
    font-size: clamp(6rem, 4vw, 48px);
    margin-bottom: 0;
  }
  .ageo-taste .ageo-taste__head .ageo-taste__title-ja {
    font-size: 2.4rem;
  }
  .ageo-taste .ageo-taste__txt_wrap {
    padding: 80px 30px 80px 50px;
    margin: 40px 0 0 auto;
    position: relative;
    z-index: 1;
    transform: translateY(-200px);
  }
  .ageo-taste .ageo-taste__txt_wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 2000px;
    height: 100%;
    background: #ab9b86;
    z-index: -1;
  }
  .ageo-taste .ageo-taste__text {
    max-width: 70%;
    margin: 0 0 0 auto;
    color: #fff;
  }
  .ageo-taste .ageo-taste__text h3 {
    line-height: 1.6;
  }
}
@media (max-width: 768px) {
  .ageo-taste__upper {
    flex-direction: column;
  }
  .ageo-taste__imagewrap {
    width: 100%;
    margin-bottom: 30px;
  }
  .ageo-taste__head {
    padding-left: 20px;
  }
  .ageo-taste__head .ageo-taste__title-en {
    font-size: 36px;
  }
  .ageo-taste__head .ageo-taste__title-ja {
    font-size: 18px;
  }
  .ageo-taste__txt_wrap {
    border-radius: 40px;
    padding: 50px 0;
  }
  .ageo-taste .bg_b {
    padding: 30px 0;
  }
  .ageo-taste .ageo-taste {
    width: 90%;
    margin: 30px auto 0;
  }
  .ageo-taste .ageo-taste__upper {
    display: flex;
    align-items: flex-start;
    position: relative;
    z-index: 5;
  }
  .ageo-taste .ageo-taste__imagewrap {
    width: 90%;
    order: 2;
  }
  .ageo-taste .ageo-taste__imagewrap img {
    width: 90%;
    height: auto;
    border-radius: 20px;
  }
  .ageo-taste .ageo-taste__txt_wrap {
    width: 90%;
    border-radius: 0;
    padding: 20px 0 0 20px;
    margin: 0 0 0 auto;
    transform: translateY(-50px);
    border-radius: 40px 0 0 40px;
    padding: 50px 0;
  }
  .ageo-taste .ageo-taste__txt_wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 2000px;
    height: 100%;
    background: #ab9b86;
    z-index: -1;
  }
  .ageo-taste .ageo-taste__text {
    max-width: 80%;
    margin: 30px auto 0;
  }
  .ageo-taste .ageo-taste__text h3 {
    line-height: 1.6;
    font-size: 2rem;
  }
  .ageo-taste .ageo-taste__text p {
    line-height: 1.8;
    margin-bottom: 24px;
  }
}

/*===============================
  Room
===============================*/
.ageo-room {
  width: 100%;
  position: relative;
  background: #f9f9f7;
  padding-bottom: 80px;
}
.ageo-room__bg-left, .ageo-room__bg-right {
  position: absolute;
  top: 50%;
  width: 35vw;
  height: 220px;
  background: #eee5dc;
  transform: translateY(-50%);
  z-index: 1;
}
.ageo-room__bg-left {
  left: 0;
  border-radius: 0 160px 160px 0;
}
.ageo-room__bg-right {
  right: 0;
  border-radius: 160px 0 0 160px;
}
.ageo-room__inner {
  position: relative;
  z-index: 2;
  text-align: center;
}
.ageo-room__title-en {
  font-family: "Baskerville", sans-serif;
  font-size: clamp(4rem, 7vw, 14rem);
  color: #333;
}
.ageo-room__title-ja {
  margin-top: 10px;
  font-size: clamp(2.6rem, 7vw, 4rem);
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.15em;
  color: #444;
}

@media (max-width: 1024px) {
  .ageo-room__title-en {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .ageo-room {
    padding: 40px 0;
  }
  .ageo-room__bg-left, .ageo-room__bg-right {
    height: 150px;
  }
  .ageo-room__bg-left {
    left: 0;
    border-radius: 0 100px 100px 0;
  }
  .ageo-room__bg-right {
    right: 0;
    border-radius: 100px 0 0 160px;
  }
  .ageo-room__title-en {
    font-family: "Baskerville", sans-serif;
    font-size: clamp(4rem, 7vw, 14rem);
    color: #333;
    padding-top: 50px;
  }
  .ageo-room__title-ja {
    transform: translateY(-10px);
    font-size: 2.2rem;
  }
}
/*===========================================
  Kitchen & Dining
===========================================*/
.ageo-kitchen {
  width: 100%;
  background: #f9f9f7;
  padding: 140px 0;
  position: relative;
}
.ageo-kitchen__inner {
  max-width: 1630px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 70px;
  align-items: start;
}
.ageo-kitchen__images {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.ageo-kitchen__img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.ageo-kitchen__img:first-child img {
  border-radius: 100px 0 0 100px;
}
.ageo-kitchen__img:nth-of-type(2) img {
  border-radius: 0 100px 100px 0;
}
.ageo-kitchen__title-en {
  position: absolute;
  bottom: -40px;
  left: 20px;
  font-family: "Baskerville", sans-serif;
  font-size: clamp(3rem, 6vw, 6rem);
  font-weight: 500;
  color: #333;
  z-index: 5;
  pointer-events: none;
}
.ageo-kitchen__content h3 {
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  margin-bottom: 30px;
}
.ageo-kitchen__content h4 {
  font-size: clamp(1.8rem, 10vw, 1.8rem);
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  margin-bottom: 40px;
  line-height: 1.8;
}
@media (max-width: 1023px) {
  .ageo-kitchen__content {
    padding-top: 0;
  }
}
.ageo-kitchen__title-ja {
  font-size: clamp(1.8rem, 2.5vw, 2.8rem);
  margin-bottom: 24px;
  font-weight: 500;
}
.ageo-kitchen__content p + p {
  margin-top: 20px;
}

@media (max-width: 1024px) {
  .ageo-kitchen {
    padding: 50px 0 50px;
  }
  .ageo-kitchen__inner {
    display: block;
  }
  .ageo-kitchen__content {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .ageo-kitchen {
    padding: 50px 0 0;
  }
  .ageo-kitchen__inner {
    grid-template-columns: inherit;
    gap: 30px;
    padding: 0 20px;
  }
  .ageo-kitchen__images {
    gap: 20px;
  }
  .ageo-kitchen__img:first-child img {
    border-radius: 20px;
  }
  .ageo-kitchen__img:nth-of-type(2) img {
    border-radius: 20px;
  }
  .ageo-kitchen__title-en {
    position: relative;
    bottom: 30px;
    left: 0;
    width: 150%;
  }
  .ageo-kitchen__content {
    margin-top: -20px;
  }
  .ageo-kitchen__content h4 {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .ageo-kitchen__title-ja {
    font-size: clamp(1.8rem, 2.5vw, 2.8rem);
    margin-bottom: 24px;
    font-weight: 500;
  }
  .ageo-kitchen__content p + p {
    margin-top: 20px;
  }
}
/*===========================================
  Counter
===========================================*/
.ageo-counter {
  width: 100%;
  background: #f9f9f7;
  padding: 50px 0 0;
  position: relative;
  overflow: hidden;
}
.ageo-counter__inner {
  max-width: 1630px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
}
.ageo-counter__bg-top {
  position: absolute;
  top: 40px;
  left: 0;
  width: 50%;
  height: 300px;
  background: #eee5dc;
  border-radius: 0 250px 0 0;
  padding: 50px;
  z-index: 1;
}
.ageo-counter__bg-top::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 100vw;
  height: 100%;
  background: inherit;
  z-index: -1;
}
.ageo-counter__bg-bottom {
  position: absolute;
  top: 250px;
  left: 10%;
  width: 50%;
  height: 300px;
  background: #dfcfc2;
  border-radius: 160px 0 0 0;
  z-index: 1;
  padding: 120px 80px;
}
.ageo-counter__body {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  gap: 80px;
}
.ageo-counter__texts {
  flex: 1 1 55%;
}
.ageo-counter__head {
  margin-bottom: 40px;
  margin-top: 30px;
}
.ageo-counter__title {
  font-family: "Baskerville", sans-serif;
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  margin-bottom: 30px;
  color: #515151;
}
.ageo-counter__lead {
  font-size: clamp(1.8rem, 10vw, 1.8rem);
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  margin-bottom: 40px;
  line-height: 1.8;
  color: #515151;
}
.ageo-counter__desc {
  max-width: 100%;
}
.ageo-counter__photo-wrap {
  flex: 0 0 40%;
  position: relative;
}
.ageo-counter__photo img {
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 0 0 200px 0;
}
.ageo-counter__label {
  position: absolute;
  left: 0;
  top: 25%;
  transform: translate(-50%, -50%) rotate(270deg);
  transform-origin: center;
  font-family: "Baskerville", sans-serif;
  font-size: clamp(9rem, 5vw, 5rem);
  color: #333;
  white-space: nowrap;
  pointer-events: none;
}

@media (max-width: 1024px) {
  .ageo-counter__inner {
    padding: 0;
  }
  .ageo-counter__bg-top {
    top: 0;
    width: 60%;
    height: 200px;
  }
  .ageo-counter__head {
    margin-bottom: 0;
    margin-top: 0;
  }
  .ageo-counter__bg-bottom {
    position: absolute;
    top: 150px;
    left: 10%;
    width: 60%;
    height: 300px;
    padding: 50px 110px;
  }
  .ageo-counter__label {
    top: 25%;
    font-size: clamp(6rem, 5vw, 5rem);
  }
}
@media (max-width: 767px) {
  .ageo-counter {
    padding: 30px 0 0;
  }
  .ageo-counter__inner {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ageo-counter__bg-top {
    position: relative;
    top: 40px;
    left: 0;
    width: 100%;
    height: 250px;
    border-radius: 0 30px 0 0;
    padding: 20px;
  }
  .ageo-counter__bg-top::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: 100vw;
    height: 100%;
    background: inherit;
    z-index: -1;
  }
  .ageo-counter__head {
    margin-top: 0;
  }
  .ageo-counter__bg-bottom {
    position: relative;
    top: 0;
    left: 10%;
    width: 100%;
    height: 200px;
    border-radius: 30px 0 0 30px;
    z-index: 1;
    padding: 40px;
    order: 2;
    transform: translateY(-40px);
  }
  .ageo-counter__body {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    gap: 0;
  }
  .ageo-counter__title {
    padding-top: 50px;
  }
  .ageo-counter__lead {
    font-size: 2rem;
  }
  .ageo-counter__desc {
    max-width: 100%;
  }
  .ageo-counter__photo-wrap {
    flex: 0 0 40%;
    position: relative;
  }
  .ageo-counter__photo img {
    border-radius: 20px;
  }
  .ageo-counter__label {
    position: relative;
    left: 0;
    bottom: 20px;
    transform: none;
    font-family: "Baskerville", sans-serif;
    font-size: clamp(4rem, 5vw, 5rem);
  }
}
/*========================================
  Wash room
========================================*/
.ageo-wash {
  position: relative;
  padding: 150px 0;
}
.ageo-wash__bg {
  position: absolute;
  top: 22%;
  left: 0;
  width: 100%;
  height: 60%;
  background: #f0e7df;
  border-radius: 300px 0 300px 0;
}
.ageo-wash__inner {
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 1630px;
  margin: 0 auto;
}
.ageo-wash__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  margin-top: 20px;
  width: 95%;
}
.ageo-wash__text {
  flex: 1;
  padding-left: 50px;
}
.ageo-wash__text h2 {
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  margin-bottom: 30px;
}
.ageo-wash__text h3 {
  font-size: clamp(1.8rem, 10vw, 1.8rem);
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  margin-bottom: 40px;
  line-height: 1.8;
}
.ageo-wash__text--inner {
  margin-top: 80px;
  width: 90%;
}
.ageo-wash__text__block {
  margin-top: clamp(150px, 5vw, 50px);
  width: 90%;
}
.ageo-wash__media {
  flex: 1;
  display: grid;
  gap: 30px;
}
.ageo-wash__media--top {
  grid-template-columns: 1fr 1fr;
}
.ageo-wash__media--top .br01 img {
  border-radius: 100px 0 0 100px;
}
.ageo-wash__media--top .br02 img {
  border-radius: 0 0 100px 0;
}
.ageo-wash__media--top.pc_none {
  display: none;
}
.ageo-wash__media--bottom {
  grid-template-columns: 1fr 1fr;
}
.ageo-wash__media--bottom .br03 img {
  border-radius: 100px 0 0 0;
}
.ageo-wash__media--bottom .br04 img {
  border-radius: 0 100px 100px 0;
}
.ageo-wash__en {
  font-size: clamp(6rem, 5vw, 4rem);
  position: relative;
  transform: translateY(-50px);
  grid-column: 1/-1;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #515151;
}
.ageo-wash .bottom_txt {
  margin-top: 50px;
}
.ageo-wash .bottom_txt p {
  width: 90%;
}

@media (max-width: 1024px) {
  .ageo-wash {
    padding: 100px 0 0;
  }
  .ageo-wash__bg {
    top: 25%;
    border-radius: 200px 0 200px 0;
    height: 65%;
  }
  .ageo-wash__row {
    gap: 20px;
    width: 100%;
    margin-top: 0;
  }
  .ageo-wash__text {
    flex: 1;
    padding-left: 50px;
  }
  .ageo-wash__text h2 {
    margin-bottom: 20px;
  }
  .ageo-wash__text--inner {
    margin-top: 50px;
    width: 90%;
  }
  .ageo-wash__text__block {
    margin-top: 80px;
  }
  .ageo-wash__text h3 {
    font-size: 1.8rem;
  }
  .ageo-wash__media {
    gap: 20px;
  }
  .ageo-wash__media--top .br01 img {
    border-radius: 80px 0 0 80px;
  }
  .ageo-wash__media--top .br02 img {
    border-radius: 0 0 80px 0;
  }
  .ageo-wash__media--bottom {
    grid-template-columns: 1fr 1fr;
  }
  .ageo-wash__media--bottom .br03 img {
    border-radius: 80px 0 0 0;
  }
  .ageo-wash__media--bottom .br04 img {
    border-radius: 0 80px 80px 0;
  }
  .ageo-wash__en {
    font-size: 4rem;
    transform: translateY(-40px);
  }
  .ageo-wash .bottom_txt {
    margin-top: 10px;
  }
}
@media (max-width: 820px) {
  .ageo-wash {
    padding: 100px 0 0;
  }
  .ageo-wash__bg {
    top: 30%;
    height: 75%;
    border-radius: 100px 0 100px 0;
  }
  .ageo-wash__text {
    flex: 1;
    padding-left: 0;
  }
  .ageo-wash__text--inner {
    margin-top: 80px;
    margin-bottom: 30px;
    width: 90%;
  }
  .ageo-wash__text__block {
    margin-top: clamp(1px, 5vw, 50px);
    width: 100%;
  }
}
@media (max-width: 768px) {
  .ageo-wash {
    position: relative;
    padding: 50px 0;
  }
  .ageo-wash__bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 30px 0 30px 0;
  }
  .ageo-wash__inner {
    position: relative;
    z-index: 2;
    width: 90%;
    max-width: 1630px;
    margin: 0 auto;
  }
  .ageo-wash__row {
    gap: 15px;
    margin-top: 20px;
    width: 100%;
  }
  .ageo-wash__text {
    flex: 1;
    padding-left: 0;
  }
  .ageo-wash__text--inner {
    margin-top: 80px;
    width: 90%;
  }
  .ageo-wash__text__block {
    margin-top: clamp(1px, 5vw, 50px);
    width: 100%;
  }
  .ageo-wash__text .sp_ttl_h3 {
    font-size: clamp(4rem, 5vw, 9rem);
    position: relative;
    transform: translateY(-30px);
    grid-column: 1/-1;
    font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    color: #515151;
    margin-bottom: 0;
    text-align: right;
  }
  .ageo-wash__media {
    flex: 1;
    display: grid;
    gap: 0 20px;
  }
  .ageo-wash__media--top {
    grid-template-columns: 1fr 1fr;
  }
  .ageo-wash__media--top .br01 img {
    border-radius: 30px 0 0 30px;
  }
  .ageo-wash__media--top .br02 img {
    border-radius: 0 0 30px 0;
  }
  .ageo-wash__media--top.sp_none {
    display: none;
  }
  .ageo-wash__media--top.pc_none {
    display: grid;
  }
  .ageo-wash__media--bottom {
    grid-template-columns: 1fr 1fr;
  }
  .ageo-wash__media--bottom .br03 img {
    border-radius: 30px 0 0 0;
  }
  .ageo-wash__media--bottom .br04 img {
    border-radius: 0 30px 30px 0;
  }
  .ageo-wash__en {
    font-size: clamp(4rem, 5vw, 9rem);
    position: relative;
    transform: translateY(-15px);
    grid-column: 1/-1;
    font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    color: #515151;
  }
  .ageo-wash__en.sp_none {
    display: none;
  }
  .ageo-wash .bottom_txt {
    margin-top: 0;
  }
  .ageo-wash .bottom_txt p {
    width: 100%;
  }
  .ageo-wash__row {
    flex-direction: column;
  }
}
/*========================================
  Kids Space
========================================*/
.ageo-kids {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.ageo-kids__inner {
  max-width: 1630px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  background: #dfcfc2;
  border-radius: 300px 0 0 300px;
  padding: 0 50px 0 100px;
}
.ageo-kids__inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: -40vw;
  width: 40vw;
  height: 100%;
  background: #dfcfc2;
  border-radius: 0 300px 300px 0;
  z-index: -1;
}
.ageo-kids__body {
  display: flex;
  align-items: center;
  gap: 80px;
  position: relative;
}
.ageo-kids__text {
  flex: 1;
  padding-left: 150px;
}
.ageo-kids__title-ja {
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  margin-bottom: 30px;
}
.ageo-kids__lead {
  font-size: clamp(1.8rem, 10vw, 1.8rem);
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  margin-bottom: 40px;
  line-height: 1.8;
  font-weight: bold;
}
.ageo-kids__desc p + p {
  margin-top: 1.4em;
}
.ageo-kids__imagewrap {
  flex: 0 0 38%;
  position: relative;
  transform: translateY(-60px);
  z-index: 3;
}
.ageo-kids__imagewrap img {
  width: 100%;
  display: block;
  border-radius: 0 180px 0 0;
  object-fit: cover;
}
.ageo-kids__label {
  position: absolute;
  left: -40%;
  bottom: 50px;
  transform: translateY(-50%) rotate(-90deg);
  font-family: "Baskerville", sans-serif;
  font-size: clamp(9rem, 5vw, 5rem);
  white-space: nowrap;
  color: #333;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .ageo-kids__inner {
    padding: 0 30px 0 80px;
    width: 100%;
  }
  .ageo-kids__body {
    gap: 30px;
    padding: 30px 0;
  }
  .ageo-kids__text {
    flex: 1;
    padding: 30px 20px 30px 80px;
  }
  .ageo-kids__title-ja {
    margin-bottom: 10px;
  }
  .ageo-kids__imagewrap {
    flex: 0 0 38%;
    position: relative;
    transform: translateY(-100px);
    z-index: 3;
  }
  .ageo-kids__imagewrap img {
    width: 100%;
    display: block;
    border-radius: 0 180px 0 0;
    object-fit: cover;
  }
  .ageo-kids__label {
    position: absolute;
    left: -40%;
    bottom: 125px;
    font-size: 6rem;
  }
}
@media (max-width: 821px) {
  .ageo-kids__inner {
    padding: 0 30px 0 80px;
    width: 100%;
  }
  .ageo-kids__body {
    gap: 30px;
    padding: 30px 0;
  }
  .ageo-kids__text {
    flex: 1;
    padding: 30px 20px 30px 50px;
  }
  .ageo-kids__title-ja {
    margin-bottom: 10px;
  }
  .ageo-kids__imagewrap {
    flex: 0 0 38%;
    position: relative;
    transform: translateY(-100px);
    z-index: 3;
  }
  .ageo-kids__imagewrap img {
    width: 100%;
    display: block;
    border-radius: 0 180px 0 0;
    object-fit: cover;
  }
  .ageo-kids__label {
    position: absolute;
    left: -35%;
    bottom: 125px;
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .ageo-kids {
    padding: 50px 0;
  }
  .ageo-kids__inner {
    width: 92%;
    padding: 30px;
    border-radius: 30px;
  }
  .ageo-kids__inner::after {
    right: -60vw;
    width: 60vw;
    border-radius: 0 30px 30px 0;
  }
  .ageo-kids__body {
    flex-direction: column;
    gap: 40px;
  }
  .ageo-kids__imagewrap {
    width: 100%;
    align-self: flex-end;
    transform: translateY(0);
  }
  .ageo-kids__imagewrap img {
    border-radius: 30px;
  }
  .ageo-kids__text {
    padding-left: 0;
  }
  .ageo-kids__text__title-ja__label {
    left: 0;
    transform: none;
    font-size: clamp(2.2rem, 6vw, 3rem);
  }
  .ageo-kids__inner::after {
    content: "";
    position: relative;
    height: 100%;
    background: transparent;
  }
  .ageo-kids__inner__title-ja {
    font-size: clamp(2.4rem, 4vw, 3.2rem);
    font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    margin-bottom: 30px;
    text-align: center;
  }
  .ageo-kids__inner__lead {
    font-size: clamp(1.8rem, 10vw, 1.8rem);
    font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    margin-bottom: 40px;
    line-height: 1.8;
  }
  .ageo-kids__label {
    position: relative;
    left: auto;
    bottom: 30px;
    transform: none;
    font-size: clamp(4rem, 5vw, 9rem);
  }
}

/*========================================
  Other セクション
========================================*/
.ageo-other {
  position: relative;
  padding: 220px 0 160px;
  background: #f7f5f2;
  overflow: hidden;
}
.ageo-other::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 160%;
  height: 100%;
  background: #b59f87;
  border-radius: 50% 50% 0 0;
}
.ageo-other__inner {
  position: relative;
  z-index: 2;
  max-width: 1630px;
  width: 90%;
  margin: 0 auto;
}
.ageo-other__top {
  text-align: center;
  color: #fff;
  margin-bottom: 80px;
}
.ageo-other__top .ageo-other__title-en {
  font-family: "Baskerville", sans-serif;
  font-size: clamp(9rem, 5vw, 4rem);
  margin-bottom: 10px;
}
.ageo-other__top .ageo-other__title-ja {
  margin-bottom: 20px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: clamp(2.6rem, 7vw, 4rem);
}
.ageo-other__top .ageo-other__lead p + p {
  margin-top: 1.2em;
}
.ageo-other__top .line {
  display: block;
  max-width: 300px;
  width: 30%;
  height: 2px;
  background: #fff;
  margin: clamp(10px, 2vw, 20px) auto;
}
.ageo-other__mainphoto {
  margin-bottom: 80px;
}
.ageo-other__mainphoto img {
  width: 100%;
  display: block;
  border-radius: 300px 0 300px 0;
  object-fit: cover;
}
.ageo-other__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.ageo-other__item img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.ageo-other__item--tr img {
  border-radius: 0 300px 0 0;
}
.ageo-other__item--bl img {
  border-radius: 0 0 0 300px;
}
@media (max-width: 1024px) {
  .ageo-other {
    position: relative;
    padding: 150px 0 100px;
    background: #f9f9f7;
  }
  .ageo-other__top {
    margin-bottom: 50px;
  }
  .ageo-other__top .ageo-other__title-en {
    font-size: 6rem;
    margin-bottom: 0;
  }
  .ageo-other__top .ageo-other__title-ja {
    font-size: 2.4rem;
  }
  .ageo-other__top .line {
    max-width: 200px;
    width: 30%;
    background: #fff;
    margin: 10px auto;
  }
  .ageo-other__mainphoto {
    margin-bottom: 80px;
  }
  .ageo-other__mainphoto img {
    border-radius: 150px 0 150px 0;
  }
  .ageo-other__grid {
    gap: 20px;
  }
  .ageo-other__item img {
    width: 100%;
    display: block;
    object-fit: cover;
  }
  .ageo-other__item--tr img {
    border-radius: 0 150px 0 0;
  }
  .ageo-other__item--bl img {
    border-radius: 0 0 0 150px;
  }
}
@media (max-width: 768px) {
  .ageo-other {
    padding: 50px 0;
  }
  .ageo-other::before {
    width: 200%;
    height: 100%;
    border-radius: 45% 45% 0 0;
  }
  .ageo-other__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .ageo-other__mainphoto {
    margin-bottom: 40px;
  }
  .ageo-other__mainphoto img {
    border-radius: 20px;
  }
  .ageo-other__item img {
    border-radius: 20px;
  }
  .ageo-other__item--bl img, .ageo-other__item--tr img {
    border-radius: 20px;
  }
  .ageo-other .ageo-other__title-en {
    font-size: clamp(4rem, 5vw, 9rem);
  }
  .ageo-other .ageo-other__title-ja {
    font-size: 2.4rem;
  }
  .ageo-other .ageo-other__lead p {
    text-align: left;
  }
}/*# sourceMappingURL=ageo_new.css.map */